Skip to content

RELEASE 2026-02-21#58

Merged
martingaldeca merged 1 commit intoproductionfrom
main
Feb 21, 2026
Merged

RELEASE 2026-02-21#58
martingaldeca merged 1 commit intoproductionfrom
main

Conversation

@martingaldeca
Copy link
Copy Markdown
Member

…d resolve pnpm validate audit issues (#57)

Type of Change

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🧹 Chore (technical task, refactoring, maintenance)

Description

Briefly describe the changes made in this Pull Request. Explain the solution and the reasoning.
Switched from manually importing material-symbols/outlined.css to loading from Google Fonts CDN to fix slow load times and eliminate FOUT (Flash of Unstyled Text) for icons in production. Added base utility class in globals.css to restore mappings.
Also updated dev dependencies in pnpm overrides to resolve multiple pnpm audit security vulnerabilities (minimatch, tar, fast-xml-parser, ajv) that were failing the CI validate hook.

Related Issue

Closes #

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Unit Tests
  • Manual Testing

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Type of Change

  • 🚀 New feature (non-breaking change which adds functionality)
  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • 🧹 Chore (technical task, refactoring, maintenance)

Description

Briefly describe the changes made in this Pull Request. Explain the solution and the reasoning.

Related Issue

Closes # (Link the issue here, e.g., #123)

How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

  • Unit Tests
  • Manual Testing

Checklist

  • My code follows the project's style guidelines
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

…d resolve pnpm validate audit issues (#57)

## Type of Change

- [ ] 🚀 New feature (non-breaking change which adds functionality)
- [x] 🐛 Bug fix (non-breaking change which fixes an issue)
- [ ] 🧹 Chore (technical task, refactoring, maintenance)

## Description

Briefly describe the changes made in this Pull Request. Explain the
solution and the reasoning.
Switched from manually importing `material-symbols/outlined.css` to
loading from Google Fonts CDN to fix slow load times and eliminate FOUT
(Flash of Unstyled Text) for icons in production. Added base utility
class in globals.css to restore mappings.
Also updated dev dependencies in pnpm overrides to resolve multiple pnpm
audit security vulnerabilities (minimatch, tar, fast-xml-parser, ajv)
that were failing the CI validate hook.

## Related Issue

Closes #

## How Has This Been Tested?

Please describe the tests that you ran to verify your changes.

- [ ] Unit Tests
- [x] Manual Testing

## Checklist

- [x] My code follows the project's style guidelines
- [x] I have performed a self-review of my code
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] New and existing unit tests pass locally with my changes
@martingaldeca martingaldeca merged commit 7d2fe2f into production Feb 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant